home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_37093.txt < prev    next >
Text File  |  1990-03-19  |  7KB  |  355 lines

  1. -- card: 37093 from stack: in
  2. -- bmap block id: 33848
  3. -- flags: 0000
  4. -- background id: 37255
  5. -- name: index 3
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global maploc, cardloc
  9.   put "index" into maploc
  10.   set the hilite of cd btn 12 to true
  11. end opencard
  12.  
  13. on closecard
  14.   set the hilite of cd btn 12 to false
  15.   push card
  16. end closecard
  17.  
  18.  
  19.  
  20.  
  21. -- part 2 (button)
  22. -- low flags: 00
  23. -- high flags: A000
  24. -- rect: left=120 top=198 right=217 bottom=260
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 0
  28. -- font id: 156
  29. -- text size: 14
  30. -- style flags: 0
  31. -- line height: 18
  32. -- part name: Evaluation exercises
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   visual effect dissolve
  36.   go card "test 0"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: A000
  44. -- rect: left=136 top=218 right=238 bottom=305
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 0
  48. -- font id: 156
  49. -- text size: 14
  50. -- style flags: 0
  51. -- line height: 18
  52. -- part name: Features & Advantages #1
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect dissolve
  56.   go card "test 1"
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: A000
  64. -- rect: left=136 top=239 right=258 bottom=305
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 0
  68. -- font id: 156
  69. -- text size: 14
  70. -- style flags: 0
  71. -- line height: 18
  72. -- part name: Features & Advantages #2
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect dissolve
  76.   go card "test 2"
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 5 (button)
  82. -- low flags: 00
  83. -- high flags: A000
  84. -- rect: left=136 top=259 right=279 bottom=296
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 0
  88. -- font id: 156
  89. -- text size: 14
  90. -- style flags: 0
  91. -- line height: 18
  92. -- part name: Compatability (software)
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect dissolve
  96.   go card "test 3"
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 6 (button)
  102. -- low flags: 00
  103. -- high flags: A000
  104. -- rect: left=136 top=301 right=321 bottom=246
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 0
  108. -- font id: 156
  109. -- text size: 14
  110. -- style flags: 0
  111. -- line height: 18
  112. -- part name: Multiple choice
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect dissolve
  116.   go card "qa 1"
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 11 (button)
  122. -- low flags: 00
  123. -- high flags: A000
  124. -- rect: left=338 top=114 right=133 bottom=492
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 0
  128. -- font id: 156
  129. -- text size: 14
  130. -- style flags: 0
  131. -- line height: 18
  132. -- part name: Flexibile Upgrade Paths
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   visual effect dissolve
  136.   go to card id 12273
  137. end mouseUp
  138.  
  139.  
  140.  
  141. -- part 12 (button)
  142. -- low flags: 00
  143. -- high flags: A000
  144. -- rect: left=338 top=97 right=113 bottom=415
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 156
  149. -- text size: 14
  150. -- style flags: 0
  151. -- line height: 18
  152. -- part name: Features
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   visual effect dissolve
  156.   go to card id 11103
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part 21 (button)
  162. -- low flags: 00
  163. -- high flags: A000
  164. -- rect: left=136 top=280 right=300 bottom=302
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 0
  168. -- font id: 156
  169. -- text size: 14
  170. -- style flags: 0
  171. -- line height: 18
  172. -- part name: Compatability (hardware)
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   visual effect dissolve
  176.   go card "test 4"
  177. end mouseUp
  178.  
  179.  
  180.  
  181. -- part 22 (button)
  182. -- low flags: 00
  183. -- high flags: A000
  184. -- rect: left=118 top=97 right=116 bottom=215
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 0 / 0
  187. -- text alignment: 0
  188. -- font id: 156
  189. -- text size: 14
  190. -- style flags: 0
  191. -- line height: 18
  192. -- part name: Displays
  193. ----- HyperTalk script -----
  194. on mouseUp
  195.   visual effect dissolve
  196.   go to card id 8941
  197. end mouseUp
  198.  
  199.  
  200.  
  201. -- part 23 (button)
  202. -- low flags: 00
  203. -- high flags: A000
  204. -- rect: left=118 top=117 right=134 bottom=282
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 0 / 0
  207. -- text alignment: 0
  208. -- font id: 156
  209. -- text size: 14
  210. -- style flags: 0
  211. -- line height: 18
  212. -- part name: Displays for this Product
  213. ----- HyperTalk script -----
  214. on mouseUp
  215.   visual effect dissolve
  216.   go to card id 18891
  217. end mouseUp
  218.  
  219.  
  220.  
  221. -- part 25 (button)
  222. -- low flags: 00
  223. -- high flags: A003
  224. -- rect: left=14 top=86 right=107 bottom=55
  225. -- title width / last selected line: 0
  226. -- icon id / first selected line: 0 / 0
  227. -- text alignment: 1
  228. -- font id: 157
  229. -- text size: 14
  230. -- style flags: 0
  231. -- line height: 18
  232. -- part name: A - C
  233. ----- HyperTalk script -----
  234. on mouseUp
  235.   if the name of this card is "index 1" then
  236.     set the hilite of me to true
  237.   else
  238.     visual effect dissolve
  239.     go card "index 1"
  240.   end if
  241. end mouseUp
  242.  
  243.  
  244.  
  245. -- part 26 (button)
  246. -- low flags: 00
  247. -- high flags: A003
  248. -- rect: left=14 top=110 right=132 bottom=55
  249. -- title width / last selected line: 0
  250. -- icon id / first selected line: 0 / 0
  251. -- text alignment: 1
  252. -- font id: 157
  253. -- text size: 14
  254. -- style flags: 0
  255. -- line height: 18
  256. -- part name: D - F
  257. ----- HyperTalk script -----
  258. on mouseUp
  259.   visual effect dissolve
  260.   go card "index 3"
  261. end mouseUp
  262.  
  263.  
  264.  
  265. -- part 27 (button)
  266. -- low flags: 00
  267. -- high flags: A003
  268. -- rect: left=14 top=134 right=156 bottom=55
  269. -- title width / last selected line: 0
  270. -- icon id / first selected line: 0 / 0
  271. -- text alignment: 1
  272. -- font id: 157
  273. -- text size: 14
  274. -- style flags: 0
  275. -- line height: 18
  276. -- part name: G - L
  277. ----- HyperTalk script -----
  278. on mouseUp
  279.   visual effect dissolve
  280.   go card "index 4"
  281. end mouseUp
  282.  
  283.  
  284.  
  285. -- part 28 (button)
  286. -- low flags: 00
  287. -- high flags: A003
  288. -- rect: left=14 top=158 right=180 bottom=55
  289. -- title width / last selected line: 0
  290. -- icon id / first selected line: 0 / 0
  291. -- text alignment: 1
  292. -- font id: 157
  293. -- text size: 14
  294. -- style flags: 0
  295. -- line height: 18
  296. -- part name: M - Q
  297. ----- HyperTalk script -----
  298. on mouseUp
  299.   visual effect dissolve
  300.   go card "index 6"
  301. end mouseUp
  302.  
  303.  
  304.  
  305. -- part 29 (button)
  306. -- low flags: 00
  307. -- high flags: A003
  308. -- rect: left=14 top=182 right=204 bottom=55
  309. -- title width / last selected line: 0
  310. -- icon id / first selected line: 0 / 0
  311. -- text alignment: 1
  312. -- font id: 157
  313. -- text size: 14
  314. -- style flags: 0
  315. -- line height: 18
  316. -- part name: R - T
  317. ----- HyperTalk script -----
  318. on mouseUp
  319.   visual effect dissolve
  320.   go card "index 8"
  321. end mouseUp
  322.  
  323.  
  324.  
  325. -- part 30 (button)
  326. -- low flags: 00
  327. -- high flags: A003
  328. -- rect: left=13 top=206 right=228 bottom=55
  329. -- title width / last selected line: 0
  330. -- icon id / first selected line: 0 / 0
  331. -- text alignment: 1
  332. -- font id: 157
  333. -- text size: 14
  334. -- style flags: 0
  335. -- line height: 18
  336. -- part name: U - Z
  337. ----- HyperTalk script -----
  338. on mouseUp
  339.   visual effect dissolve
  340.   go card "index 10"
  341. end mouseUp
  342.  
  343.  
  344.  
  345. -- part contents for background part 2
  346. ----- text -----
  347. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  348.  
  349. -- part contents for background part 3
  350. ----- text -----
  351. Index
  352.  
  353. -- part contents for background part 4
  354. ----- text -----
  355. Click on any index entry to go to that card.